﻿* {
	margin: 0px;
	padding: 0px;
	transition: background-color 0.5s, color 0.5s, border 0.5s;
}

a {
	text-decoration: none;
}

body,
html {
	/*overflow-x: hidden;*/
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
ol,
ul,
li,
span,
img,
input,
dl,
dd,
dt,
form,
textarea,
button {
	background: none;
	outline: none;
	border: 0px;
	margin: 0px;
}

q:before,
q:after {
	content: '';
}

button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body,
button,
input,
select,
textarea {
	font: 12px/1 "微软雅黑", Helvetica, Arial, sans-serif;
}

html,
body {
	margin: 0px auto;
}

body {
	overflow-x: hidden;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.posrel {
	position: relative;
}

.posads {
	position: absolute;
}

/*清除浮动*/
.clear {
	clear: both;
	float: none !important;
}

.container {
	padding: 0px;
}


.header {
	position: relative;
}

.header_box {
	width: 100%;
	font-size: 0px;
	position: relative;
	z-index: 2;
}

.header_box>img {
	padding: 30px 73px 45px 65px;
	background-color: #2d71b8;
	vertical-align: top;
}

.header_box>div {
	display: inline-block;
	width: calc(100% - 367px);
	padding-left: 20px;
}

.header_box .greet {
	padding: 8px 0px;
	background-color: #eeeeee;
}

.header_box .greet>p {
	color: #666666;
	font-size: 1.4rem;
	display: inline-block;
}

.header_box .greet>a {
	font-size: 1.4rem;
	color: #333333;
	margin-right: 10px;
}

.header_box .greet>a>span {
	color: #2d71b8;
	font-weight: bold;
}

.header_box .phone_box {
	padding: 24px 0px;
	position: relative;
}

.header_box .phone_box>p {
	color: #333333;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 14px;
}

.header_box .phone_box>span {
	color: #333333;
	font-size: 1.4rem;
}

.header_box .phone_box>div {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 0px;
}

.header_box .phone_box>div>img {
	vertical-align: top;
	margin-right: 9px;
}

.header_box .phone_box>div>div {
	display: inline-block;
}

.header_box .phone_box>div>div>p {
	color: #333333;
	font-size: 1.4rem;
	margin-bottom: 14px;
}

.header_box .phone_box>div>div>span {
	color: #ef0808;
	font-size: 2rem;
	font-weight: bold;
}

.header_box .nav_box {
	font-size: 0px;
	padding: 19px 0px;
}

.header_box .nav_box>li {
	display: inline-block;
	padding-left: 23px;
	margin-left: 22px;
	position: relative;
}

.header_box .nav_box>li::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: #333333;
}

.header_box .nav_box>li:nth-of-type(1) {
	margin-left: 0px;
	padding-left: 0px;
}

.header_box .nav_box>li:nth-of-type(1)::before {
	display: none;
}

.header_box .nav_box>li>a {
	color: #333333;
	font-size: 1.6rem;
	transition: all 0s;
}

.header_box .nav_box>li>a:hover {
	color: #2d71b8;
	font-weight: bold;
}

.header::before,
.header::after {
	content: '';
	position: absolute;
	top: 0px;
}

.header::before {
	left: 0px;
	width: calc((100% - 1250px) / 2);
	height: 100%;
	background-color: #2d71b8;
}

.header::after {
	right: 0px;
	background-color: #eeeeee;
	width: calc((100% - 1250px) / 2 + (1250px - 356px));
	height: 30px;
}

.header>span {
	position: absolute;
	width: calc((100% - 1250px) / 2 + (1250px - 356px));
	right: 0px;
	border-top: 1px solid #eeeeee;
	bottom: 54px;
}

.banner_box {
	margin-bottom: 70px;
	position: relative;
}

.banner_box .banner{
    overflow: inherit;
}
.banner_box .banner .swiper-slide>div{
    width: 100%;
    height: 650px;
    background-position: center;
}
.banner_box .banner .swiper-slide>img{
    width: 100%;
    display: none;
}

.banner2 .swiper-slide {
	font-size: 0px;
}

.banner2 .swiper-slide>p {
	color: #333333;
	font-size: 2rem;
	display: inline-block;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: right;
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 28px 0px;
	padding-right: 70px;
}

.banner2 .swiper-slide>p>span {
	color: #2d71b8;
	font-size: 4rem;
}

.banner_btn {
	width: 86px;
	height: 96px;
	background-color: #111111;
	background-image: url("../image/banner_btn.png");
	background-position: center;
	right: auto;
	left: calc((100% - 1250px) / 2 + 365px);
	bottom: 0px;
	top: auto;
	background-size: auto;
	margin-top: 0px;
	transform: translateY(50%);
}

#banner2 {
	position: absolute;
	transform: translateY(50%);
	width: calc((100% - 1250px) / 2 + 365px);
	background-color: #f5f5f5;
	height: 96px;
	left: 0px;
	bottom: 0px;
	z-index: 99;
}

.seek {
	font-size: 0px;
}

.seek>* {
	display: inline-block;
}

.seek>span {
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
}

.seek>span>a {
	color: #666666;
	font-size: 1.4rem;
	font-weight: 100;
}

.seek>div {
	float: right;
	margin-top: -30px;
}

.seek>div>form>div {
	padding: 9px 10px;
	border: 1px solid #eeeeee;
	display: inline-block;
	width: 365px;
}

.seek>div>form>div>img {
	margin-right: 8px;
	vertical-align: top;
}

.seek>div>form>div>input {
	width: calc(100% - 36px);
	color: #cccccc;
	font-size: 1.6rem;
	margin: 3px 0px;
}

.seek>div>form>button {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #2d71b8;
	padding: 14px 15px;
}

.three_advantage {
	margin-top: 123px;
	display: grid;
	grid-row-gap: 60px;
	grid-column-gap: 70px;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - 140px) / 3), 1fr));
}

.three_advantage>div {
	position: relative;
	height: 150px;
	background-color: #f5f5f5;
}

.three_advantage>div::before,
.three_advantage>div::after {
	content: '';
	position: absolute;
	top: 0px;
	width: 8px;
	height: calc(100% - 2px);
	z-index: 2;
	background-color: #fff;
	transform: scale(0);
	transition: all .5s;
}

.three_advantage>div::before {
	left: 48px;
}

.three_advantage>div:hover::before {
	transform: scale(1);
}

.three_advantage>div::after {
	right: 48px;
}

.three_advantage>div:hover::after {
	transform: scale(1);
}



.three_advantage .icon {
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: #cccccc;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.three_advantage .icon>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.three_advantage .icon>div {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 50%) rotate(45deg);
	background-color: #cccccc;
}

.three_advantage .text {
	position: absolute;
	width: 233px;
	text-align: center;
	left: 50%;
	height: calc(100% - 2px);
	top: 50%;
	transform: translate(-50%, -50%);
}

.three_advantage .text>div {
	width: 100%;
	position: absolute;
	bottom: 25px;
}

.three_advantage .text>div>p {
	color: #333333;
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.three_advantage .text>div>span {
	color: #999999;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.three_advantage>div:hover {
	background-color: #2d71b8;
}

.three_advantage>div:hover .icon {
	background-color: #2d71b8;
}

.three_advantage>div:hover .icon>div {
	background-color: #2d71b8;
}

.three_advantage>div:hover .text {
	background-color: #ffffff;
}

.three_advantage>div:hover .text p {
	color: #ef0808;
	font-size: 2.4rem;
	font-weight: bold;
}

.tit_box {
	width: 100%;
	text-align: center;
	padding-top: 90px;
	position: relative;
}

.tit_box::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 385px;
	height: 42px;
	background-color: #f5f5f5;
}

.tit_box>* {
	position: relative;
	z-index: 2;
}

.tit_box>p {
	color: #333333;
	font-size: 3.6rem;
	margin-bottom: 15px;
}

.tit_box>p>span {
	color: #2d71b8;
	font-size: 3.6rem;
	font-weight: bold;
}

.tit_box>span {
	color: #666666;
	font-size: 1.6rem;
}

.product_Class {
	font-size: 0px;
	margin: 45px 0px;
}

.product_Class>li {
	width: calc(100% / 7);
	text-align: center;
	display: inline-block;
	font-size: 1.4rem;
}

.product_Class>li>a {
	position: relative;
	font-size: 1.6rem;
	color: #666666;
	transition: all 0s;
}

.product_Class>li>a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 12px;
	height: 2px;
	background-color: #ef0808;
	transform: translateX(-150%);
	opacity: 0;
}

.product_Class>li.active>a {
	color: #2d71b8;
	font-weight: bold;
}

.product_Class>li.active>a::before {
	opacity: 1;
}

.product_content {
	width: 100%;
}

.product_content .item>div {
	width: 100%;
	background-color: #2d71b8;
	padding: 25px 40px;
	font-size: 0px;
	;
}

.product_content .product_banner {
	width: 740px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.product_content .product_banner .swiper-slide>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.product_content .product_banner .swiper-slide>div {
	width: 100%;
	height: 423px;
	background-color: #ffffff;
}

.product_content .product_banner .product-prev,
.product_content .product_banner .product-next {
	width: 12px;
	height: 24px;
	background-image: url("../image/product1.png");
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
	opacity: 1;
	background-size: auto;
}

.product_content .product_banner .product-prev {
	left: 40px;
}

.product_content .product_banner .product-prev:hover {
	background-image: url("../image/product01.png");
}

.product_content .product_banner .product-next {
	right: 40px;
	transform: translateY(-50%) rotate(180deg);
}

.product_content .product_banner .product-next:hover {
	background-image: url("../image/product01.png");
}

.product_content .product_text {
	width: calc(100% - 740px);
	display: inline-block;
}

.product_text .swiper-slide {
	color: #ffffff;
	padding: 41px 0px;
}

.product_text .swiper-slide>p {
	font-size: 2rem;
	margin-bottom: 19px;
	padding-left: 32px;
}

.product_text .swiper-slide>div {
	display: inline-block;
	padding: 15px 32px;
	padding-right: 103px;
	background-color: #ef0808;
	font-size: 4rem;
	margin-bottom: 40px;
}

.product_text .swiper-slide>span {
	font-size: 1.6rem;
	line-height: 30px;
	display: block;
	height: 90px;
	overflow: hidden;
	padding-left: 32px;
	margin-bottom: 90px;
}

.product_text .swiper-slide>a {
	display: inline-block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.product_text .swiper-slide>a:nth-of-type(1) {
	color: #333333;
	margin-left: 32px;
	margin-right: 26px;
	background-color: #ffffff;
}

.product_text .swiper-slide>a:nth-of-type(2) {
	color: #ffffff;
	font-weight: bold;
	background-color: #cccccc;
}

.product_text .swiper-slide>a:hover {
	background-color: #ef0808;
	color: #ffffff;
}

.product_roll {
	width: 100%;
	/* height: 270px; */
	height: 200px;
	margin-top: 28px;
	overflow: hidden;
}

.product_roll li {
	width: 294px;
	padding: 0px 12px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.product_roll li>img {
	width: 99%;
	border: 1px solid #cccccc;
	/* height: 265px; */
	height: 200px;
}

.product_roll li>a {
	position: absolute;
	top: 0px;
	left: 50%;
	width: calc(100% - 24px);
	height: 100%;
	background-color: rgba(44, 115, 204, 0.8);
	transform: translateX(-50%) scale(0);
	transition: all .5s;
}

.product_roll li>a>div {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ffffff;
}

.product_roll li>a>div>div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
}

.product_roll li>a>div>div>p {
	margin-bottom: 10px;
}

.product_roll li:hover>a {
	transform: translateX(-50%) scale(1);
}

.ad1 {
	width: 100%;
	height: 300px;
	background-image: url("../image/ad1.png");
	background-position: center;
	text-align: center;
	padding: 53px 0px;
	margin-top: 60px;
}

.ad1 .tenet {
	color: #111111;
	font-size: 2.4rem;
	margin-bottom: 40px;
	line-height: 50px;
}

.ad1 .tenet>span {
	color: #ef0808;
	font-size: 4rem;
	font-weight: bold;
}

.ad1 .ad_phone {
	display: inline-block;
	padding: 12px 113px;
	background-color: rgba(44, 115, 204, 0.8);
}

.ad1 .ad_phone>img {
	vertical-align: top;
	margin-right: 7px;
}

.ad1 .ad_phone>p {
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
}

.ad1 .ad_phone>p>span {
	font-size: 2rem;
	font-weight: bold;
}

.use_box {
	position: relative;
	margin: 97px 0px 137px;
}

.use_box>div>img {
	display: block;
	margin: 0px auto;
}

.use_box>ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc((100% - 486px - 50px) / 2);
}

.use_box .box1 {
	left: 0px;
}

.use_box>ul>li {
	position: relative;
}

.use_box>ul>li>div {
	position: absolute;
	top: 50%;
	color: #2d71b8;
	font-size: 1.8rem;
	font-weight: bold;
}

.use_box>ul>li>div>span {
	display: inline-block;
	width: 74px;
	height: 1px;
	background-color: #ef0808;
	margin: 0px 9px;
	vertical-align: middle;
}

.use_box>ul>li:nth-of-type(2) {
	text-align: right;
}

.use_box .box1>li>div {
	right: 70px;
}

.use_box .box1>li:nth-of-type(2)>div {
	left: 70px;
	right: auto;
}

.use_box .box2 {
	text-align: right;
	right: 0px;
}

.use_box .box2>li>div {
	left: 70px;
}

.use_box .box2>li:nth-of-type(2) {
	text-align: left;
}

.use_box .box2>li:nth-of-type(2)>div {
	right: 70px;
	left: auto;
}

.use_box>div>p {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	color: #2d71b8;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 90px;
}

.use_box>div>p::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 74px;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	background-color: #ef0808;
}





.strength {
	background-color: #f5f5f5;
}

.strength .strength_tit {
	text-align: center;
	padding-top: 59px;
	margin-bottom: 54px;
}

.strength .strength_tit>p {
	color: #333333;
	font-size: 3.6rem;
	margin-bottom: 18px;
}

.strength .strength_tit>p>span {
	color: #2d71b8;
	font-weight: bold;
}

.strength .strength_tit>span {
	color: #666666;
	font-size: 1.6rem;
}

.strength .strength_box {
	background-color: #2d71b8;
	padding-top: 55px;
	text-align: center;
}

.strength .strength_box>p {
	color: #ffffff;
	font-size: 1.8rem;
	margin-bottom: 65px;
}

.strength .strength_box>p>span {
	font-weight: bold;
	font-size: 3rem;
}

.strength .icon_box {
	display: grid;
	grid-row-gap: 40px;
	grid-column-gap: 0px;
	grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
	padding-bottom: 67px;
}

.strength .icon_box>div>div {
	margin: 0px auto 24px;
	width: 167px;
	height: 167px;
	border: 2px solid #ffffff;
	position: relative;
	border-radius: 50%;
}

.strength .icon_box>div>div>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.strength .icon_box>div>div>img.scale {
	transform: translate(-50%, -50%) scale(1.2);
}

.strength .icon_box>div>p {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
}

.strength .icon_box>div>i {
	display: block;
	margin: 14px auto 19px;
	width: 10px;
	height: 4px;
	background-color: #ffffff;
}

.strength .icon_box>div>span {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 26px;
}

.strength .foot_tit {
	color: #333333;
	font-size: 3rem;
	margin: 75px 0px 53px;
	text-align: center
}

.strength .foot_tit>span {
	color: #2d71b8;
	font-weight: bold;
	;
}

.strength_two {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 45px;
	display: grid;
	grid-row-gap: 40px;
	grid-column-gap: 43px;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - (43px * 3)) / 4), 1fr));
}

.strength_two>div {
	height: 415px;
	background-color: #f5f5f5;
	text-align: center;
}

.strength_two>div>img {
	width: 100%;
}

.strength_two>div>p {
	color: #ffffff;
	font-size: 1.6rem;
	background-color: #2d71b8;
	padding: 17px 0px;
}

.strength_two>div>span {
	display: block;
	padding: 20px 36px 0px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 26px;
}

.map {
	position: relative;
}

.map>div {
	width: 47%;
	position: absolute;
	top: 50%;
	right: 0px;
	padding-left: 34px;
	padding-right: 25px;
	transform: translateY(-50%);
}

.map>div>p:nth-of-type(1) {
	color: #2d71b8;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 48px;
}

.map>div>p:nth-of-type(2) {
	color: #333333;
	font-size: 2.4rem;
	margin-bottom: 54px;
}

.map>div>p:nth-of-type(2)>span {
	color: #ef0808;
}

.map>div>span {
	display: block;
	margin-bottom: 36px;
	color: #666666;
	font-size: 1.8rem;
	line-height: 36px;
}

.map>div>div {
	background-color: rgba(44, 115, 204, 0.8);
	text-align: center;
	font-size: 0px;
	padding: 12px 0px;
}

.map>div>div>img {
	vertical-align: top;
	margin-right: 8px;
}

.map>div>div>p {
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
}

.map>div>div>p>span {
	font-size: 2rem;
}

#certify {
	width: calc(100% - 100px);
	margin: 80px auto 0px;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
	width: 50px;
	height: 130px;
	background-color: #000000;
	opacity: 0.5;
	background-image: none;
	transition: all 0s;
	margin-top: 0px;
	top: 30%;
}

#certify .swiper-button-prev>img,
#certify .swiper-button-next>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#certify .swiper-button-prev {
	left: 0px;
}

#certify .swiper-button-next {
	right: 0px;
	transform: rotate(180deg);
}

#certify .swiper-button-prev:hover {
	background-color: #2d71b8;
	opacity: 0.8;
}

#certify .swiper-button-next:hover {
	background-color: #2d71b8;
	opacity: 0.8;
}

#certify .swiper-slide p {
	display: block;
	margin-top: 20px;
	color: #333333;
	font-size: 1.6rem;
	text-align: center;
	opacity: 0;
}

#certify .swiper-slide.swiper-slide-active img {
	border: 6px solid #ef0808;
}

#certify .swiper-slide.swiper-slide-active p {
	opacity: 1;
}

#certify {
	position: relative;
	width: 100%;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 456px;
}

#certify .swiper-slide img {
	display: block;
	border: 6px solid #eeeeee;
	width: 100%;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.intros {
	padding-top: 57px;
	background-color: #f5f5f5;
}

.intros .intro_name {
	color: #2d71b8;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.intros .intro_box {
	position: relative;
}

.intros .intro_box>div:last-child {
	width: 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 45px;
}

.intros .intro_box>div>p {
	display: inline-block;
	color: #ffffff;
	font-size: 1.8rem;
	padding: 12px 14px;
	background-color: #ef0808;
	margin-bottom: 30px;
}

.intros .intro_box>div>span {
	color: #333333;
	font-size: 1.4rem;
	line-height: 36px;
	display: block;
	height: 216px;
	overflow: hidden;
}

.intro_img {
	display: grid;
	grid-row-gap: 40px;
	grid-column-gap: 43px;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - (43px * 3)) / 4), 1fr));
	margin-top: 37px;
	padding-bottom: 59px;
}

.intro_img>div>img {
	width: 100%;
}

.intro_img>div:nth-of-type(1) {
	background-color: #2d71b8;
	padding: 25px 20px;
	color: #fff;
	font-size: 1.4rem;
}

.intro_img>div>p {
	display: block;
	margin: 42px 0px;
}

.intro_img>div>p>span {
	font-size: 1.8rem;
}

.intro_img>div>span {
	line-height: 32px;
}

.partner {
	display: grid;
	grid-row-gap: 25px;
	grid-column-gap: 25px;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - (25px * 3)) / 4), 1fr));
	margin-top: 50px;
}

.partner>div {
	position: relative;
	height: 144px;
	border: 1px solid #cccccc;
}

.partner>div>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.partner>div>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(44, 115, 204, 0.8);
	transform-origin: 0% 100%;
	transform: scale(0);
	transition: all .5s;
}

.partner>div:hover>div {
	transform: scale(1);
}

.partner>div>div>p {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
}

.news {
	position: relative;
}

.news_tit {
	width: calc((100% - 884px) / 2);
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	border-radius: 20px;
	overflow: hidden;
}

.news_tit2 {
	right: 0px;
	left: auto;
}

.news_tit>img {
	width: 100%;
}

.news_tit>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(44, 115, 204, 0.2);
}

.news_tit>div>span {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	color: #ffffff;
	font-size: 2.6rem;
	line-height: 38px;
}

.news_tit2>div>span {
	float: left;
	margin-right: auto;
	margin-left: 30px;
}

.news_tit.active>div {
	background-color: rgba(44, 115, 204, 0.7);
}

.news_box {
	width: 804px;
	display: grid;
	grid-row-gap: 30px;
	grid-column-gap: 0px;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	margin: 56px auto 70px;
}

.news_box>div {
	border: 1px solid #ffffff;
	border-radius: 10px;
	padding: 33px;
	background-color: #fafafa;
	box-shadow: 0px 3px 5px #e1e0e1;
}

.news_box>div:hover {
	border-color: #2d71b8;
	background-color: #ffffff;
	box-shadow: none;
}

.news_box>div>a {
	color: #333333;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 100px;
}

.news_box>div>a>span {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
	font-size: 12px;
}

.news_box>div>a>span>font {
	color: #999999 !important;
}

.news_box>div>span {
	display: block;
	color: #666666;
	font-size: 1.4rem;
	line-height: 26px;
}

.news_box>div:hover>a {
	color: #ef0808;
}

footer {
	background-image: url("../image/footer_bg.png");
	background-position: center;
}

.blogroll {
	padding: 65px 0px 43px;
	font-size: 0px;
	border-bottom: 1px solid #ffffff;
}

.blogroll>div {
	display: inline-block;
	vertical-align: top;
}

.blogroll .blogroll_tit {
	padding: 0px 38px 0px 13px;
}

.blogroll .blogroll_tit>p {
	color: #ffffff;
	font-size: 2.4rem;
}

.blogroll .blogroll_tit>img {
	display: block;
	margin: 0px auto 22px;
}

.blogroll .blogroll_box {
	width: calc(100% - 147px);
	line-height: 20px;
}

.blogroll .blogroll_box>a {
	position: relative;
	color: #ffffff;
	font-size: 1.4rem;
	margin-left: 12px;
	padding-left: 13px;
	letter-spacing: 1px;
}

.blogroll .blogroll_box>a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	top: 4px;
	left: 0px;
	background-color: #ffffff;
}

.blogroll .blogroll_box>a:nth-of-type(1) {
	padding-left: 0px;
	margin-left: 0px;
}

.blogroll .blogroll_box>a:nth-of-type(1)::before {
	display: none;
}

.information {
	font-size: 0px;
	display: flex;
	flex-wrap: wrap;
}

.information>div {
	/* display: inline-block; */
	vertical-align: top;
}

.information .information_box {
	width: 523px;
	/* margin-bottom: 93px; */
}

.information .information_box>img {
	display: block;
	margin: 44px 0px 42px;
}

.information .information_box>span {
	display: flex;
	width: 50%;
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 40px;
	align-items: center;
}
.information .information_box>span .tel{
	width: 50%;
	display: block;
}
.information .information_box>p {
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.information .information_box>div {
	display: inline-block;
}

.information .information_box>div>img {
	margin-right: 15px;
	vertical-align: top;
}
.information .information_site>div.ewmbox{
	display: flex;
	align-items: center;

}
.information .information_site>div.ewmbox>p {
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 20px;
	height: 135px;
	margin: 12px 10px;
}

.information .information_site>div.ewmbox>p>span {
	display: block;
	transform: rotate(90deg);
	height: 21px;
}

.information .information_site>div.ewmbox>p>span:nth-of-type(2) {
	/*height: 30px;*/
	margin-top: 7px;
}

.information_site {
	width: calc(100% - 523px);
	/* margin-top: 105px; */
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.information_site .box1 {
	display: grid;
	grid-row-gap: 30px;
	grid-column-gap: 47px;
	grid-template-columns: repeat(auto-fill, minmax(calc((100% - 47px) / 2), 1fr));
}

.information_site .box1>div {
	border: 1px solid #ffffff;
	padding: 25px 0px;
	text-align: center;
	font-size: 0px;
}

.information_site .box1>div>p {
	color: #ffffff;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.information_site .box1>div>span {
	width: 50%;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
}

.information_site .box2 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 19px;
}

.information_site .box2>p {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 28px;
}

.copyright {
	background-color: #111111;
	text-align: center;
	font-size: 0px;
	padding: 10px 0px;
}

.copyright p,
.copyright a {
	color: #ffffff;
	font-size: 1.4rem;
	display: inline-block;
}


.xs_nav {
	position: fixed;
	background-color: #000000;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	text-align: center;
}

.xs_nav>ul {
	font-size: 0px;
}

.xs_nav>ul>li {
	display: inline-block;
	width: calc(100% / 3);
	border-left: 1px solid #fff;
}

.xs_nav>ul>li:nth-of-type(1) {
	border-left: 1px solid #000;
}

.xs_nav>ul>li>img {
	width: 20%;
	vertical-align: top;
	margin: 7px 0px;
	margin-right: 5px;
}

.xs_nav>ul>li>a {
	color: #fff;
	line-height: 40px;
	font-size: 12px;
}


.foot_navbox {
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: .4s;
	z-index: 999;
}

.foot_navbox>li {
	display: block;
	padding-left: 25px;
	float: none;
	border: none;
	text-align: left;
	border-bottom: 1px solid #000;
}

.foot_navbox>li>a {
	font-size: 18px;
	padding: 10px 20px;
	color: #000000;
	display: block;
	text-transform: uppercase;
}

.foot_navbox>li>div>a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	padding: 10px 0px;
	margin-left: 20px;
}

.foot_navbox>li>div>a>img {
	margin-right: 5px;
}


.right_message {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 999;
}

.right_message>ul {
	width: 60px;
	display: inline-block;
	border: 1px solid #e0e0e0;
}

.right_message>ul>li {
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	z-index: 150;
}

.right_message>ul>.TOP {
	border-bottom: none;
}

.right_message>ul>li>div {
	width: 100%;
	transition: all 0.5s;
}

.right_message>ul>li>div>div {
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
}

.right_message>ul>li>div>div:nth-of-type(2) {
	background-color: #2d71b8;
	top: 65px;
	transition: all 0.5s;
}

.right_message>ul>li>div>div:nth-of-type(2)>span {
	color: #fff;
}

.right_message .right_erweima {
	padding-top: 0px !important;
}

.right_message>ul>li>div>div>img {
	margin-top: 10px;
	width: 20px;
	margin-bottom: 5px;
}

.right_message>ul>li>div>div>span {
	display: block;
	font-size: 12px;
	color: #363636;
}

.right_message>ul>li>ul {
	width: 0px;
	position: absolute;
	left: -145px;
	top: 0px;
	overflow: hidden;
	transition: all 0.5s;

}

.right_message>ul>li>ul>li {
	width: 145px;
	height: 64px;
	background-color: #2d71b8;
	color: #fff;
	text-align: center;
	margin-left: 100%;
	transition: all 0.5s;
}

.right_message>ul>li>ul .qq {
	line-height: 64px;
	font-size: 12px;
}

.right_message>ul>li>ul .qq a {
	color: #ffffff;
	font-size: 1.5rem;
}

.right_message>ul>li>div>div .vx {
	width: 25px;
}

.right_message>ul>li>ul .imgbox {
	height: 100%;
	font-size: 12px;
	line-height: 30px;
}

.right_message>ul>li>ul .imgbox>img {
	width: 100%;
}

.right_message>ul>li>ul.vximg {
	/*margin-top: -64px;*/
	top: -268px;
}

.right_message>ul>li .dh_box {
	/*margin-top: -64px;*/
}

.right_message>ul>li>ul .dh {
	text-align: left;
}

.right_message>ul>li>ul>.dh:nth-of-type(even) {
	background-color: #2d71b8;
}



.right_message>ul>li>ul .dh>img {
	float: left;
}

.right_message>ul>li .dh_box>li:nth-of-type(1)>img {
	margin: 23px 13px;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img,
.right_message>ul>li .dh_box>li:nth-of-type(3)>img {
	margin: 23px 16px;
}

.right_message>ul>li>ul .dh>div {
	width: 100px;
	margin: 17px 0px;
	font-size: 12px;
}

.right_message>ul>li>ul .dh>div>span {
	overflow: hidden;
	white-space: nowrap;
}

.right_message>ul>li>div>div .yuy {
	width: 30px;
}

.right_message>ul .yuyue {
	cursor: pointer;
}

.right_message>ul>li>ul>li>div>p {
	margin-bottom: 5px;
}

.toTop {
	width: 35px;
	height: 28px;
	display: block;
	margin: 15px auto 0px;
	background: url(../image/icon_right/toTop2_h.png) center/100% 100%;
	z-index: 99;
	cursor: pointer;

}

.right_message>ul>.TOP>div>div {
	background-color: #2d71b8;
}

#leave-Word {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 500;
	transform: scale(0);
	transition: all 0.5s;
}

#leave-Word>div {
	width: 900px;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -450px;
}

#leave-Word>div .top {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	background-color: #2d71b8;
}

#leave-Word>div .top>button {
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 0px;
	font-size: 14px;
	background: none;
	color: #fff;
	border: none;
	/*background: url(../image/icon_right/x.png) no-repeat;*/
	/*background-size: 100%;*/
}

#leave-Word>div .top>button>img {
	width: 60%;
}

#leave-Word>div .bottom {
	width: 100%;
	height: 450px;
	background-color: #ffffff;
}

#leave-Word>div .bottom>p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 70px;
	color: #363636;
}

#leave-Word>div .bottom>p>span {
	color: #2d71b8;
}

#leave-Word>div .bottom form>div {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
}

#leave-Word>div .bottom input {
	width: 208px;
	height: 28px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

#leave-Word>div .bottom textarea {
	width: 208px;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	vertical-align: top;
}

#leave-Word>div .bottom form>div:nth-of-type(4) {
	text-align: center;
}

#leave-Word>div .bottom button {
	width: 100px;
	height: 25px;
	margin-left: -60px;
	background-color: #2d71b8;
	font-size: 12px;
	color: #fff;
	border: none;
}

.blogroll .blogroll_box button {
	display: none;
}

#divMessageBox {
	display: none;
}

.intro_video{
	height: 300px;
	width: 550px;
}



@media (max-width: 768px) {
.intro_video{
	height: 250px;
    width: 420px;
}

	html,
	body {
		width: 100%;
		overflow-x: hidden;
	}

	body {
		padding-bottom: 40px;
	}

	.header_box {
		background-color: #2d71b8;
	}

	.header_box>img {
		width: 25%;
		padding: 10px 22px;
	}

	.header_box>div {
		width: auto;
		float: right;
	}

	.header_box .greet {
		padding: 12px 0px;
		background: none;
	}

	.header_box .greet>a {
		display: block;
		color: #ffffff;
		float: none;
	}

	.header_box .greet>a>span {
		color: #ffffff;
	}

	.header_box .greet>p,
	.header_box .phone_box,
	.header_box .nav_box,
	.banner_box .banner .swiper-slide>div,
	#banner2,
	.banner_btn,
	.seek {
		display: none;
	}

	.banner_box .banner .swiper-slide>img {
		display: block;
	}

	.three_advantage {
		/*grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));*/
		margin-top: 0px;
		grid-row-gap: 100px;
    		padding: 0 40px;
	}
	.three_advantage .text>div>p{
		font-size: 1.8rem;
	}
.three_advantage .text>div>span {
    display: none;
}
.tit_box {
    padding-top: 30px;
}
.three_advantage .text {
    width: 120px;
background: #fff;
top: 50%;
}
.three_advantage>div {
    background-color: transparent;
    height: 120px;
}

	.product_Class {
		line-height: 35px;
	}

	.product_Class>li {
		width: calc(100% / 3);
	}

	.product_content .item>div {
		padding: 25px 10px;
	}

	.product_content .product_banner,
	.product_content .product_text,
	.product_content .product_banner .swiper-slide>img {
		width: 100%;
	}

	.product_roll li {
		width: 130px;
	}

	.product_roll {
		height: 106px;
	}

	.ad1 .tenet {
		font-size: 2.1rem;
	}

	.ad1 .ad_phone {
		width: 100%;
		padding: 12px 0px;
		text-align: center;
	}

	.use_box>div>img {
		width: 100%;
		margin-bottom: 20px;
	}

	.strength .icon_box {
		grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
	}

	.strength .strength_box>p {
		text-align: center;
	}

	.strength .strength_box>p>span {
		display: block;
		margin: 0px auto 20px;
	}

	.strength .foot_tit {
		display: none;
	}

	.strength_two {
		grid-row-gap: 10px;
		grid-column-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(calc((100% - (10px * 1)) / 2), 1fr));
	}

	.strength_two>div>span {
		padding: 20px 5px 0px;
	}

	.map>img {
		width: 100%;
		padding: 0px 10px;
	}

	.map>div {
		width: 100%;
		position: relative;
		top: 0%;
		padding: 0px 10px;
		transform: translateY(0%);
		margin-top: 20px;
		text-align: center;
	}

	.map>div>p:nth-of-type(1) {
		margin-bottom: 25px;
		text-align: center;
	}

	.map>div>p:nth-of-type(2) {
		line-height: 35px;
		margin-bottom: 20px;
	}

	.map>div>div {
		width: 100%;
	}

	#certify .swiper-slide {
		width: 100%;
	}

	#certify .swiper-button-prev,
	#certify .swiper-button-next {
		display: none;
	}

	#certify {
		padding: 0px 10px;
	}

	.intros .intro_box>img {
		
	}

	.intros .intro_box>div:last-child {
		position: relative;
		width: 100%;
		top: 0%;
		transform: translateY(0%);
		padding: 0px 10px;
		margin-top: 20px;
	}

	.intros .intro_box>div>p {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 20px;
		text-align: center;
	}

	.intro_img {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}

	.intro_img>div>img {
		width: 100%;
	}

	.partner {
		padding: 0px 10px;
		grid-template-columns: repeat(auto-fill, minmax(calc((100% - (25px * 1)) / 2), 1fr));
	}

	.partner>div {
		height: 70px;
	}

	.partner>div>img {
		width: 50%;
	}

	.news {
		font-size: 0px;
	}

	.news_box {
		width: 100%;
		padding: 10px;
		margin: 56px auto 70px;
	}

	.news_tit {
		display: none;
	}

	.news_box>div {
		padding: 33px 10px;
	}

	.blogroll>div {
		display: block;
		text-align: center;
	}

	.blogroll .blogroll_box {
		width: 100%;
		padding: 0px 25px;
		margin-top: 40px;
		position: relative;
	}

	.blogroll .blogroll_box button {
		display: block;
		position: absolute;
		width: 10px;
		bottom: -10px;
		right: 43px;
		color: #ffffff;
	}

	.information .information_box {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.information .information_box>img {
		width: 70%;
		margin: 44px auto 42px;
	}

	.information .information_box>span {
		width: 100%;
	}

	.information .information_box>p {
		padding: 0px 10px;
		line-height: 22px;
	}



	.information_site {
		width: 100%;
		margin-top: 0px;
	}

	.information .information_site>div.ewmbox{width: 50%;margin-top: 10px;}

	.information_site .box1 {
		padding: 0px 10px;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}

	.copyright p,
	.copyright a {
		display: block;
		text-align: center;
		float: none;
		line-height: 30px;
	}

	.information_site .box2 {
		width: calc(100% - 20px);
		margin: 30px auto;
	}

	.banner_box .banner {
		overflow: hidden;
	}

	.strength_two>div {
		height: 350px;
	}

	.intros .intro_name {
		font-size: 2.4rem;
	}

	.territory_box {
		width: 100%;
		overflow: hidden;
		margin: 97px 0px 35px;
		position: relative;
		height: 250px;
	}

	.use_box {
		font-size: 0px;
		transition: all 1s;
		margin: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.use_box>* {
		display: inline-block;
	}

	.use_box>div,
	.use_box>ul>li {
		padding: 0px 10px;
		display: inline-block;
	}

	.use_box>div>p {
		position: relative;
		left: auto;
		bottom: auto;
		transform: translateX(0%);
		padding-top: 0px;
		text-align: center;
	}

	.use_box>div>p::before {
		display: none;
	}

	.use_box>ul {
		position: relative;
		top: auto;
		transform: translateY(0%);
		width: auto;
	}

	.use_box>ul>li>div {
		position: relative;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		text-align: center;
	}

	.use_box>ul>li>img {
		width: 100%;
		margin-bottom: 20px;
	}

	.use_box>ul>li>div>span {
		display: none;
	}

	.strength .icon_box>div>div {
		width: 140px;
		height: 140px;
	}

	.product_text .swiper-slide>span {
		margin-bottom: 30px;
	}

	.intro_img>div>p {
		margin: 20px 0px;
	}

	.information_site .box2>p>span {
		display: block;
	}

	.information_site .box1>div>span {
		width: 100%;
	}

	.information_site .box1>div>span:nth-of-type(1) {
		margin-bottom: 15px;
	}
}


.videoed:hover {
	cursor: pointer;
}

.videoed {
	
	width: 50px;
    height: 50px;
    position: absolute;
    left: 20rem;
    top: 10rem;
    z-index: 99;
    border-radius: 100%;
}
@media (max-width: 768px){
.videoed{
left:15rem;
}
}


.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}